|
|
|
|
GapBetweenParts Property, FootersClass Class |
Defines the gap between parts within one cell in the column footer area.
Syntax FootersClass Class (Softelvdm.SftTreeNET)
VB |
Public Property GapBetweenParts As Size |
C# |
public Size GapBetweenParts { get; set; } |
C++ |
public: property Size GapBetweenParts { |
Property Value
The gap between parts in pixels.
The default value is 2, 2.
Comments
The GapBetweenParts property defines the gap between parts within one cell in the column footer area.
A cell can also insert additional explicit gaps between parts using instances of the GapPartClass class.